home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-483.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  82 lines

  1. # This script was automatically generated from the dsa-483
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Two vulnerabilities have been discovered in mysql, a common database
  12. system.  Two scripts contained in the package don\'t create temporary
  13. files in a secure fashion.  This could allow a local attacker to
  14. overwrite files with the privileges of the user invoking the MySQL
  15. server, which is often the root user.  The Common Vulnerabilities and
  16. Exposures identifies the following problems:
  17.     The script mysqlbug in MySQL allows local users to overwrite
  18.     arbitrary files via a symlink attack.
  19.     The script mysqld_multi in MySQL allows local users to overwrite
  20.     arbitrary files via a symlink attack.
  21. For the stable distribution (woody) these problems have been fixed in
  22. version 3.23.49-8.6.
  23. For the unstable distribution (sid) these problems will be fixed in
  24. version 4.0.18-6 of mysql-dfsg.
  25. We recommend that you upgrade your mysql, mysql-dfsg and related
  26. packages.
  27.  
  28.  
  29. Solution : http://www.debian.org/security/2004/dsa-483
  30. Risk factor : High';
  31.  
  32. if (description) {
  33.  script_id(15320);
  34.  script_version("$Revision: 1.4 $");
  35.  script_xref(name: "DSA", value: "483");
  36.  script_cve_id("CAN-2004-0381", "CAN-2004-0388");
  37.  script_bugtraq_id(10142, 9976);
  38.  
  39.  script_description(english: desc);
  40.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  41.  script_name(english: "[DSA483] DSA-483-1 mysql");
  42.  script_category(ACT_GATHER_INFO);
  43.  script_family(english: "Debian Local Security Checks");
  44.  script_dependencies("ssh_get_info.nasl");
  45.  script_require_keys("Host/Debian/dpkg-l");
  46.  script_summary(english: "DSA-483-1 mysql");
  47.  exit(0);
  48. }
  49.  
  50. include("debian_package.inc");
  51.  
  52. w = 0;
  53. if (deb_check(prefix: 'libmysqlclient10', release: '3.0', reference: '3.23.49-8.6')) {
  54.  w ++;
  55.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libmysqlclient10 is vulnerable in Debian 3.0.\nUpgrade to libmysqlclient10_3.23.49-8.6\n');
  56. }
  57. if (deb_check(prefix: 'libmysqlclient10-dev', release: '3.0', reference: '3.23.49-8.6')) {
  58.  w ++;
  59.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libmysqlclient10-dev is vulnerable in Debian 3.0.\nUpgrade to libmysqlclient10-dev_3.23.49-8.6\n');
  60. }
  61. if (deb_check(prefix: 'mysql-client', release: '3.0', reference: '3.23.49-8.6')) {
  62.  w ++;
  63.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mysql-client is vulnerable in Debian 3.0.\nUpgrade to mysql-client_3.23.49-8.6\n');
  64. }
  65. if (deb_check(prefix: 'mysql-common', release: '3.0', reference: '3.23.49-8.6')) {
  66.  w ++;
  67.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mysql-common is vulnerable in Debian 3.0.\nUpgrade to mysql-common_3.23.49-8.6\n');
  68. }
  69. if (deb_check(prefix: 'mysql-server', release: '3.0', reference: '3.23.49-8.6')) {
  70.  w ++;
  71.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mysql-server is vulnerable in Debian 3.0.\nUpgrade to mysql-server_3.23.49-8.6\n');
  72. }
  73. if (deb_check(prefix: 'mysql', release: '3.2', reference: '4.0')) {
  74.  w ++;
  75.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mysql is vulnerable in Debian sid.\nUpgrade to mysql_4.0\n');
  76. }
  77. if (deb_check(prefix: 'mysql', release: '3.0', reference: '3.23.49-8.6')) {
  78.  w ++;
  79.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mysql is vulnerable in Debian woody.\nUpgrade to mysql_3.23.49-8.6\n');
  80. }
  81. if (w) { security_hole(port: 0, data: desc); }
  82.